home *** CD-ROM | disk | FTP | other *** search
- # File: class_to_tr_requirement.rsd
- # Purpose: Sample rule to create a test requirement in a Rational
- # RequisitePro domain project that corresponds to a class
- # in a Rational Rose domain project.
-
- ###############################################################################
- begin rule "Create Test Requirement from Rose Class"
-
- description
- {
- For each class model element in the Rational Rose domain, create a test
- requirement object in the Rational Test domain.
- }
-
- projects Rose to RequisitePro
- items Class to "Test Requirement Type"
- properties
- source.Name to target.Text
- source.Documentation to target."Test Notes"
-
- end rule